^ means in php

29

Its a bitwise operator.

Example:

$a ^ $b means bits that are set in $a or $b, but not both, are set.

Comments

Submit
0 Comments